ComponentOne ASP.NET MVC Controls
IntermediateTotalPositions Method

C1.Web.Mvc.Fluent Namespace > WaterfallBuilder<T> Class : IntermediateTotalPositions Method
The value
Sets the IntermediateTotalPositions property.
Syntax
'Declaration
 
Public Function IntermediateTotalPositions( _
   ByVal ParamArray positions() As Integer _
) As WaterfallBuilder(Of T)
public WaterfallBuilder<T> IntermediateTotalPositions( 
   params int[] positions
)

Parameters

positions
The value

Return Value

Current builder
Remarks
Gets or sets the value of the property that contains the index for positions of the intermediate total bar.The property should work with ShowIntermediateTotal and IntermediateToolLabels property.
See Also

Reference

WaterfallBuilder<T> Class
WaterfallBuilder<T> Members